CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 api 编程

搜索资源列表

  1. MSComm-suer

    0下载:
  2. MSComm控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:3923
    • 提供者:钟立青
  1. SerialCommicationProgamming

    0下载:
  2. 此款代码是用VC++编写的串口通信程序,里面包括了Modem编程,MSCOMM控件编程,串口通信API编程三部分-Cikuan code is written in VC++ Serial communication program, which includes Modem programming, MSCOMM control, programming, serial communication API, the three-part
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:169148
    • 提供者:畅凯
  1. TTY

    0下载:
  2. WINDOWS API串口编程实例--TTY终端仿真程序。-WINDOWS API Serial Programming Example- TTY terminal emulation program.
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:47049
    • 提供者:oiukjh123
  1. LinuxSerialProtocolDevelopmentAndIndustry(1)

    0下载:
  2. 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。 -Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development,
  3. 所属分类:Communication

    • 发布日期:2017-06-21
    • 文件大小:38460075
    • 提供者:kadin
  1. LinuxSerialProtocolDevelopmentAndIndustry(2)

    0下载:
  2. 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。-Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development, th
  3. 所属分类:Communication

    • 发布日期:2017-06-22
    • 文件大小:42725552
    • 提供者:kadin
  1. MySerialCom

    0下载:
  2. 基于vc++实现串口通信api编程实例的源代码-Based on vc++ Serial Communication programming examples in source code api
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:180424
    • 提供者:国林川
  1. API_com

    0下载:
  2. 用API函数写的串口测试程序,MFC模式下的,可以做API串口编程参考-API function to write the serial port with the test procedure, MFC mode, and can do serial programming API Reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1979281
    • 提供者:API串口
  1. 4.3

    0下载:
  2. windows A P I 函数编程控制串口-Control serial port programming windows API function
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2413718
    • 提供者:guaxiaofeng
  1. SerialPortTerminal

    0下载:
  2. 用C#通过API实现串口编程。此例程非常经典!-Achieved through the API with C# serial port programming. This routine is classic!
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:119664
    • 提供者:罗风
  1. ComAPI

    0下载:
  2. 使用API函数写的串口程序,源程序来源于《vc网络通信编程实用案例精选》-Using the API function to write the serial program, source from " vc network communications programming practical cases selected"
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:35119
    • 提供者:吴梦龙
  1. WinCE_SerialPort

    0下载:
  2. 这个例子演示了Windows CE操作系统下,采用VC++进行串口通讯的例子。这个代码已经很详细了,类似于桌面Windows的串口调试助手。Windows CE下没有MSComm控件可以使用,这个例子演示了如何采用VC++,通过API操作,进行串口通讯的编程。-This example demonstrates the Windows CE operating system, using VC++ for serial communication example. This code has a
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:40235
    • 提供者:joyzml
  1. vcserial

    0下载:
  2. VC串口编程 其他Windows串口通信相关API函数: (1)串口属性:通过GetCommProperties()函数获得。 (2)通用通信设备配置:CommConfigDialog()函数。 (3)缓冲区控制:PurgeComm()函数和FlushFileBuffers()函数。 -VC serial communication serial programming related to other Windows API functions: (1) serial port
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:24025
    • 提供者:wenqi
  1. TX_RX

    0下载:
  2. c++builder中怎样使用Windows API函数实现串口编程-c++ builder how to use the Windows API function in the Serial Port Programming
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6364160
    • 提供者:黄河
  1. MySerialCom

    0下载:
  2. 串口通信API编程.基于VC++6.0.可以直接使用。-Serial communication API programming. Based on VC++6.0. Can be used directly.
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:39113
    • 提供者:wu
  1. VCPPdaquan

    0下载:
  2. 本书是一本Visual C++ 6.0综合开发参考手册,书中几乎囊括了使用Visual C++进行程序开发的全部知识,同时在讲解中结合了大量实用而又具有代表性的示例和典型应用。全书共分32章,包括认识Visual C++,C++语言基础,C++语句控制,数组,函数,面向对象的程序设计,Win32 API,用户界面设计,文档与视图,菜单、工具栏和状态栏设计,通用对话框,高级控件,ActiveX控件,自制MFC控件,图形、图像处理技术,多媒体技术,文件操作技术,注册表,ADO数据库编程,数据查询技术
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:81860
    • 提供者:AAA
  1. Serial-Communication

    0下载:
  2. 在VC++编程环境中,应用底层API函数实现串口通信。-In VC++ programming environment, the application serial communication underlying API function.
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2434989
    • 提供者:朱小方
  1. 57789345

    0下载:
  2. MSCommControl控件通过串行端口传输和接收数据为应用提供串行通讯功能MSCommControl控件在串 口编程时非常方便员不必去花时间去了解较为复杂API而且在VC、VB、Delphi等语言中均可使用-MSCommControl control through a serial port transmit and receive serial data applications in the serial communication function MSCommControl c
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:152972
    • 提供者:xiaofan
  1. BCBPAPIPSerialPort

    0下载:
  2. 利用BCB编译器开发的串口程序,编程采用Windows API函数,系统运行较稳定。-BCB compiler development using serial, programming using the Windows API function, the system runs more stable.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:374247
    • 提供者:wu
  1. delphi_API_Serial-communication

    0下载:
  2. 在delphi环境系,利用API编写的简单串口通讯程序,可以做为初学者学习API编程的例子-In Delhi environment department, use the API write simple serial interface communication program, and can be used as beginners learn API programming example
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:202314
    • 提供者:吴庆涛
  1. scommtest

    0下载:
  2. 串口编程,VCC C/C++,VC/MFC, Windows,SDK,API-serial port proggram
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1927064
    • 提供者:木木
« 1 2 3 4 56 »
搜珍网 www.dssz.com